3.131 \(\int \cosh ^{-1}(a x)^n \, dx\)

Optimal. Leaf size=49 \[ \frac {\cosh ^{-1}(a x)^n \left (-\cosh ^{-1}(a x)\right )^{-n} \Gamma \left (n+1,-\cosh ^{-1}(a x)\right )}{2 a}+\frac {\Gamma \left (n+1,\cosh ^{-1}(a x)\right )}{2 a} \]

[Out]

1/2*arccosh(a*x)^n*GAMMA(1+n,-arccosh(a*x))/a/((-arccosh(a*x))^n)+1/2*GAMMA(1+n,arccosh(a*x))/a

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 49, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {5658, 3308, 2181} \[ \frac {\cosh ^{-1}(a x)^n \left (-\cosh ^{-1}(a x)\right )^{-n} \text {Gamma}\left (n+1,-\cosh ^{-1}(a x)\right )}{2 a}+\frac {\text {Gamma}\left (n+1,\cosh ^{-1}(a x)\right )}{2 a} \]

Antiderivative was successfully verified.

[In]

Int[ArcCosh[a*x]^n,x]

[Out]

(ArcCosh[a*x]^n*Gamma[1 + n, -ArcCosh[a*x]])/(2*a*(-ArcCosh[a*x])^n) + Gamma[1 + n, ArcCosh[a*x]]/(2*a)

Rule 2181

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))*((c_.) + (d_.)*(x_))^(m_), x_Symbol] :> -Simp[(F^(g*(e - (c*f)/d))*(c +
d*x)^FracPart[m]*Gamma[m + 1, (-((f*g*Log[F])/d))*(c + d*x)])/(d*(-((f*g*Log[F])/d))^(IntPart[m] + 1)*(-((f*g*
Log[F]*(c + d*x))/d))^FracPart[m]), x] /; FreeQ[{F, c, d, e, f, g, m}, x] &&  !IntegerQ[m]

Rule 3308

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + (f_.)*(x_)], x_Symbol] :> Dist[I/2, Int[(c + d*x)^m/E^(I*(e + f*x))
, x], x] - Dist[I/2, Int[(c + d*x)^m*E^(I*(e + f*x)), x], x] /; FreeQ[{c, d, e, f, m}, x]

Rule 5658

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_), x_Symbol] :> -Dist[(b*c)^(-1), Subst[Int[x^n*Sinh[a/b - x/b], x]
, x, a + b*ArcCosh[c*x]], x] /; FreeQ[{a, b, c, n}, x]

Rubi steps

\begin {align*} \int \cosh ^{-1}(a x)^n \, dx &=\frac {\operatorname {Subst}\left (\int x^n \sinh (x) \, dx,x,\cosh ^{-1}(a x)\right )}{a}\\ &=-\frac {\operatorname {Subst}\left (\int e^{-x} x^n \, dx,x,\cosh ^{-1}(a x)\right )}{2 a}+\frac {\operatorname {Subst}\left (\int e^x x^n \, dx,x,\cosh ^{-1}(a x)\right )}{2 a}\\ &=\frac {\left (-\cosh ^{-1}(a x)\right )^{-n} \cosh ^{-1}(a x)^n \Gamma \left (1+n,-\cosh ^{-1}(a x)\right )}{2 a}+\frac {\Gamma \left (1+n,\cosh ^{-1}(a x)\right )}{2 a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 43, normalized size = 0.88 \[ \frac {\cosh ^{-1}(a x)^n \left (-\cosh ^{-1}(a x)\right )^{-n} \Gamma \left (n+1,-\cosh ^{-1}(a x)\right )+\Gamma \left (n+1,\cosh ^{-1}(a x)\right )}{2 a} \]

Antiderivative was successfully verified.

[In]

Integrate[ArcCosh[a*x]^n,x]

[Out]

((ArcCosh[a*x]^n*Gamma[1 + n, -ArcCosh[a*x]])/(-ArcCosh[a*x])^n + Gamma[1 + n, ArcCosh[a*x]])/(2*a)

________________________________________________________________________________________

fricas [F]  time = 0.58, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\operatorname {arcosh}\left (a x\right )^{n}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccosh(a*x)^n,x, algorithm="fricas")

[Out]

integral(arccosh(a*x)^n, x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \operatorname {arcosh}\left (a x\right )^{n}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccosh(a*x)^n,x, algorithm="giac")

[Out]

integrate(arccosh(a*x)^n, x)

________________________________________________________________________________________

maple [C]  time = 0.05, size = 40, normalized size = 0.82 \[ \frac {\mathrm {arccosh}\left (a x \right )^{2+n} \hypergeom \left (\left [1+\frac {n}{2}\right ], \left [\frac {3}{2}, 2+\frac {n}{2}\right ], \frac {\mathrm {arccosh}\left (a x \right )^{2}}{4}\right )}{a \left (2+n \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arccosh(a*x)^n,x)

[Out]

1/a/(2+n)*arccosh(a*x)^(2+n)*hypergeom([1+1/2*n],[3/2,2+1/2*n],1/4*arccosh(a*x)^2)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \operatorname {arcosh}\left (a x\right )^{n}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arccosh(a*x)^n,x, algorithm="maxima")

[Out]

integrate(arccosh(a*x)^n, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int {\mathrm {acosh}\left (a\,x\right )}^n \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(acosh(a*x)^n,x)

[Out]

int(acosh(a*x)^n, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \operatorname {acosh}^{n}{\left (a x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(acosh(a*x)**n,x)

[Out]

Integral(acosh(a*x)**n, x)

________________________________________________________________________________________